Search
Graphics.fillPolygon Method
See Also
 






Fills a polygon.

Namespace: MindFusion.Drawing
File: Graphics.js

 Syntax

JavaScript  Copy Code

function fillPolygon (brush, points)

 Parameters

brush

The brush to fill the polygon with.

points

The points describing the polygon.

 See Also